golang.org/x/net/http2.serverConn.flow (field)
4 uses
golang.org/x/net/http2 (current package)
server.go#L450: sc.flow.add(initialWindowSize)
server.go#L566: flow outflow // conn-wide (not stream-specific) outbound flow control
server.go#L1596: if !sc.flow.add(int32(f.Increment)) {
server.go#L2113: st.flow.conn = &sc.flow // link to conn-level counter
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)